var
OrderValue: Double;
v:string;
begin
  OrderValue := brutto;
  pp.caption:=Formatfloat('#.00', OrderValue);
 //link:ESR_Brutto
end.